IDocument<T> Interface Members
In This Topic
The following tables list the members exposed by IDocument<T>.
Public Properties
| Name | Description |
 | CacheToDiskEnabled | Gets whether this make the pages collection should use a temp file for the canvas item streams |
 | CacheToDiskLocation | Gets or sets Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage. |
 | DocumentVersion | Gets the document version. |
 | InProgress | Gets or sets whether the document is currently loaded. |
 | Name | Gets or sets the name. |
 | Pages | Gets a reference to the document's page. |
 | Password | Gets or sets a password to protect the saved document file. |
 | UserPreferences | Gets or sets the user preferences. |
Top
Public Methods
Public Events
| Name | Description |
 | StateChanged | Event that occurs when the state is changed. |
Top
See Also